home *** CD-ROM | disk | FTP | other *** search
- 195
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Register
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baRegister registers Buddy API.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Result = baRegister( UserName , RegNumber )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String, Integer.
- --- RECORDSEPARATOR ---
- UserName is the user name you received when you registered.
- --- RECORDSEPARATOR ---
- RegNumber is your registration number.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Integer.
- --- RECORDSEPARATOR ---
- Returns the number of functions licenced for use.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- set funcs = baRegister( "My name" , 111111 )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- funcs := baRegister( "My name" , 111111 )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- On
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
- , you need to use this function before you call any other Buddy
- --- RECORDSEPARATOR ---
- functions. For Director, the best place to do this is in your startMovie handler. In
- --- RECORDSEPARATOR ---
- Authorware, place this into a calculation icon near the start of the flowline.
- --- RECORDSEPARATOR ---
- On
- --- RECORDSEPARATOR ---
- Mac
- --- RECORDSEPARATOR ---
- , this functions is present but is not needed. The Mac version does not
- --- RECORDSEPARATOR ---
- need to be registered.